(Regexp Replace): Add missing backslash to \footnote.
authorJuri Linkov <juri@jurta.org>
Thu, 2 Sep 2004 09:29:59 +0000 (09:29 +0000)
committerJuri Linkov <juri@jurta.org>
Thu, 2 Sep 2004 09:29:59 +0000 (09:29 +0000)
man/search.texi

index a0c64275de04f0146776bbab707b04f269dbdd89..5a3814ebf5da3870e7f65dc0fb5948b041896424 100644 (file)
@@ -1080,7 +1080,7 @@ ask you to edit the replacement string in the minibuffer, putting
 point where the @samp{\?} was.  For example,
 
 @example
-M-x replace-regexp @key{RET} \footnote@{ @key{RET}
+M-x replace-regexp @key{RET} \\footnote@{ @key{RET}
 \&\\label@{fn:\#\?@} @key{RET}
 @end example